From 42554fec2c22b3d5f35fcd21b6967805e3a776b1 Mon Sep 17 00:00:00 2001
From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?=
Date: Sun, 25 Nov 2007 22:56:30 +0000
Subject: [PATCH] changed documentation to use babl_format instead of passing
naked strings
* docs/index-static.html.in: changed documentation to use babl_format
instead of passing naked strings into babl_fish, (both will work,
but using babl_format is a bit saner).
svn path=/trunk/; revision=254
---
ChangeLog | 6 ++++++
docs/index-static.html.in | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index b664e31..7db9d1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-25 Ãyvind KolÃ¥s
+
+ * docs/index-static.html.in: changed documentation to use babl_format
+ instead of passing naked strings into babl_fish, (both will work,
+ but using babl_format is a bit saner).
+
2007-11-25 Ãyvind KolÃ¥s
* NEWS: updated.
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index 20b656c..58a88b3 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -191,7 +191,7 @@
buffers represented by an existing BablPixelFormat.
babl_process (babl_fish ("srgb", "CIE Lab float"),
+>babl_process (babl_fish (babl_format ("srgb"), babl_format ("CIE Lab float")),
srgb_buffer, lab_buffer,
pixel_count);
--
2.30.2